home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 February / netCD41.iso / pc / NETCD41.dir / 00122_Essent yellow.ls < prev    next >
Encoding:
Text File  |  1997-12-11  |  241 b   |  12 lines

  1. on mouseUp
  2.   if the platform = "Windows,32" then
  3.     go("95")
  4.   end if
  5.   if the platform = "Windows,16" then
  6.     go("31")
  7.   end if
  8.   if (the platform = "macintosh,powerpc") or (the platform = "macintosh,68k") then
  9.     go("mac")
  10.   end if
  11. end
  12.